home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #14 / Monster Media No. 14 (April 1996) (Monster Media, Inc.).ISO / lan / rterme.zip / RTERME.TXT < prev   
Text File  |  1996-01-10  |  4KB  |  136 lines

  1.            REMOTE TERMINAL EMULATOR
  2.  
  3.               VERSION 1.2
  4.  
  5.         COPYRIGHT (C) 1995,1996 RODNEY C. CASEY
  6.  
  7. INTRODUCTION:
  8.  
  9. REMOTE TERMINAL EMULATOR is a communications program
  10. that will allow any PC (IBM PC OR COMPATIBLE) to connect to a remote computer and  emulate an ANSI terminal.
  11.  
  12. RTERME.COM IS SHAREWARE.
  13.  
  14. If you find RTERME.COM useful please support the shareware concept by sending $15.00 to address below. 
  15.  
  16. Rod Casey
  17. 770 N. Glendora AVE.
  18. Glendora, CA 91741
  19.  
  20.  
  21. OPERATION:
  22.  
  23. The following files must exist in the same directory:
  24.  
  25.      RTERME.COM     Communications program.
  26.      MESSAGE.DAT    Error message file
  27.      ANSI.DAT       Keyboard remapping
  28.      DIAL.DAT       Sample dialing directory
  29.  
  30. The program uses COM1.
  31.  
  32. NOTE! IF THE PROGRAM LOCKS UP YOU MAY NEED TO DO A RE-BOOT YOUR COMPUTER.
  33.  
  34. To execute the program enter:
  35.  
  36.     RTERME.COM ANSI.DAT DIAL.DAT
  37.  
  38.      press ENTER
  39.  
  40.      and following MAIN PARAMETER ENTRY screen will be
  41.      displayed:
  42.  
  43.      
  44.      DIAL STRING: ________________________
  45.      BPS........: _
  46.      PARITY.....: _
  47.      DATA LENGTH: _
  48.      STOP BITS  : _
  49.  
  50. Use the TAB key to move from between fields.
  51. After all information is entered press the ENTER key. At this point you should see the DIAL STRING displayed and modem should be dialing. If this not the case check all cables and re-boot your computer and trying running RTERME.COM again. 
  52.  
  53. In the DIAL STRING field enter (FOR EXAMPLE) atdt5551212, to request that the modem dial the phone 5551212. Check your modem manual for a list of valid AT formats.
  54.  
  55. The other fields should be self explanatory. Check the values displayed within the "()'s" for the valid values for each field.  
  56.  
  57. DIALING DIRECTORY: Press Alt-D to access dialing directory.
  58. Move the selection bar with up or down arrow. Change pages with the page/up and page/down keys. Once the selection bar is over the desired phone number Press ENTER use that number.  You will be returned to the Main parameter screen and see the selected number copied that screen. Now if you like what you see Press ENTER.
  59.  
  60.  
  61. You may enter a list of Phone numbers in a file and then select to be copied to the entry screen. 
  62.      The directory file is a text file. Each line must be 70 character in length. Each record (line) must formatted in the following way.
  63.  
  64.      column  1 to 27  Name of remote site.
  65.      column 28 to 47  Phone number
  66.      column 48 to 50  spaces
  67.      column 51 to 54  communication setup parameters
  68.      column 55 to 70  spaces
  69.      column 71 to 72  crlf (usually not displayed)
  70.  
  71. The file is entered/updated using any text editor that adds nothing other than a crlf (carriage return/line feed) at the end of each line.
  72.  
  73. Example record (line)
  74.  
  75. |<--column number
  76. |
  77. 000000000011111111112222222222333333333444444444455555555556
  78. 123456789012345678901234567890123456789012345678901234567890
  79.  
  80. AAAAAAAAAAAAAAAAAAAAAAAAAAA99999999999999999999SSSPPPPSSSSSS
  81.  
  82. 666666666777
  83. 123456789010
  84.  
  85. SSSSSSSSSSCL
  86.  
  87. A=REMOTE SITE NAME
  88. 9=PHONE NUMBER
  89. S=SPACES
  90. P=communication PARAMETERS (SAME CHARACTERS THAT YOU WOULD ENTER ON THE 
  91.                 MAIN PARAMETER ENTRY SCREEN)
  92.  
  93. C=CARRIAGE RETURN (HEX 0DH)
  94. L=LINE FEED      (HEX 0AH)
  95.  
  96. I hope this helps also open DIAL.DAT in your editor and copy the line to enter your own numbers.
  97.  
  98.  
  99.  
  100. To end to program press Alt-F4.
  101.  
  102. ------------------------------------------------------------
  103. UPDATE HISTORY
  104.  
  105. VERSION 1.2 01/96
  106.     ADDED Dialing directory.
  107.  
  108. VERSION 1.1 12/95 
  109.     BUG FIXES:
  110.  1. Typing some capital letters caused ANSI codes to be   sent.
  111.  2. When disconnecting and hanging up computer just hangs and requires re-boot.
  112.  3. Bottom line of screens being typed over when receiving text from remote.
  113.  
  114.  
  115. VERSION 1.0 06/95
  116.    FIRST RELEASE
  117.  
  118.  
  119.  
  120. -----------------------------------------------------------
  121. -----------------------------------------------------------             
  122. DISCLAIMER ---PLEASE READ---
  123.  
  124. IT IS THE USERS RESPONSIBILITY TO DETERMINE THE FITNESS OF THE ABOVE PROGRAM. RODNEY C. CASEY WILL NOT BE LIBEL FOR ANY DAMAGE TO ANY DATA OR ANY HARDWARE BY USING RTERME.COM. NO WARRANTY IS OFFERED OR IMPLIED.
  125.  
  126.  
  127. BUG REPORTING:
  128.  
  129. If you find RTERME.COM to have any bugs, or if you have any questions please to drop me a line.
  130.  
  131.  
  132. You can contact me on COMPUSERVE 74452,733. 
  133.  
  134.  
  135. REV.DATE 010196
  136.